1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Resolved What in the world is the SRP: prefix?

Discussion in 'Firefox, Thunderbird & SeaMonkey' started by batsona, 2012/04/27.

  1. 2012/04/27
    batsona

    batsona Well-Known Member Thread Starter

    Joined:
    2007/12/18
    Messages:
    133
    Likes Received:
    0
    Greetings;

    I've read that the 'srp:' prefix is related to encryption in some way, such as HTTPS Firefox has no idea what to do with this link at all.

    This link was given to me to install print drivers on my system, but the link does nothing. How do I teach Firefox what "SRP" is, and how to deal with the link?

    Thanks in advance!
     
  2. 2012/04/27
    retiredlearner

    retiredlearner SuperGeek WindowsBBS Team Member

    Joined:
    2004/06/25
    Messages:
    7,209
    Likes Received:
    514

  3. to hide this advert.

  4. 2012/04/28
    batsona

    batsona Well-Known Member Thread Starter

    Joined:
    2007/12/18
    Messages:
    133
    Likes Received:
    0
    Thanks -- I've done all the reading I can do -- I know what the protocol is & what it does, but FireFox still says, "What you talkin' about Willis??!??" When I click on it. The part where you actually implement it in the browser is what I'm after. That's the part where I fond that SRP is not implemented in any major browser, and involves someone with developer-level skills to even get it to work (beyond the reach of common-folk)
     
  5. 2012/04/28
    SpywareDr

    SpywareDr SuperGeek WindowsBBS Team Member

    Joined:
    2005/12/31
    Messages:
    3,752
    Likes Received:
    338
  6. 2012/04/30
    batsona

    batsona Well-Known Member Thread Starter

    Joined:
    2007/12/18
    Messages:
    133
    Likes Received:
    0
    Luckily it's meaningless outside my workplace.. There's a website full of these links, and when we click on them, "something's supposed to happen ", to install / map my laptop to a printer, but doesn't.

    You don't need to tell me to contact my helpdesk, because I've already done that. I don't neccessarily care about printing to the printer - but for the purposes of this thread, I just need to know how to make my browser work with the link, then the printer thing will probably solve itself...

    The link looks something like: SRP:EOWUUY-b15PRINTER

    That's it -- no slashes at all...
     
  7. 2012/04/30
    retiredlearner

    retiredlearner SuperGeek WindowsBBS Team Member

    Joined:
    2004/06/25
    Messages:
    7,209
    Likes Received:
    514
    WOT shows RED circle as indicating this might be a very dubious link!
    Are you sure you posted it correctly? Neil.
     
  8. 2012/05/01
    SpywareDr

    SpywareDr SuperGeek WindowsBBS Team Member

    Joined:
    2005/12/31
    Messages:
    3,752
    Likes Received:
    338

    Since the IT guys at your workplace have apparently defined what your Company's internal "SRP:" link should do, you really need to contact them.

    All anyone else will be able to do is guess.
     
    Last edited: 2012/05/01
  9. 2012/05/01
    batsona

    batsona Well-Known Member Thread Starter

    Joined:
    2007/12/18
    Messages:
    133
    Likes Received:
    0
    I'm trying to get a 'second opinion' actually. Let's break this up into two items: a.)What the browser does / how the browser executes the link, mechanically, technically, and b.)What the link actually accomplishes, once it's in the process of being executed.

    Can we work on item 'a'? We'll never get to 'b', unless we solve 'a' first.
     
  10. 2012/05/01
    SpywareDr

    SpywareDr SuperGeek WindowsBBS Team Member

    Joined:
    2005/12/31
    Messages:
    3,752
    Likes Received:
    338
  11. 2012/05/01
    retiredlearner

    retiredlearner SuperGeek WindowsBBS Team Member

    Joined:
    2004/06/25
    Messages:
    7,209
    Likes Received:
    514
    Quote: [The link looks something like: SRP:EOWUUY-b15PRINTER]

    This link is unknown/not recognized in IE or FF. As I asked before, is it correct?

    What are you trying to do? ePrint? install drivers? procure drivers?
    Can you give us a screen shot?
     
  12. 2012/05/02
    batsona

    batsona Well-Known Member Thread Starter

    Joined:
    2007/12/18
    Messages:
    133
    Likes Received:
    0
    The links on the webpage I'm talking about are supposed to 'do something' that installs a print driver & maps you to the Print Queue Server. I can't seem to upload bitmaps here, but here's an actual link: srp:b13-rn215-b363

    No slashes, and the SRP is actually srp, lower-case. I took the link, and made it srp://b13-rn215-b363, and FF still complains the same as with the "srp:" link.

    I agree, the link seems invalid, but rumor has it, that other machines at my workplace can execute this link just fine. These magic machines are supplied as a turn-key solution HW, SW in one supported package, and the people who image these machines (I thought), may have included some sort of plug in, in IE and FF, that makes srp: work somehow.

    From what I've read, SRP is bleeding-edge anyway, so apparently no one in this forum has experience using SRP links? This is quite fine -- if it's bleeding edge, it's just that one one's done this before.. All I was doing here, was looking for someone who maybe had this experience, and could tell me how to make FF use the SRP link. Thanks to everyone so far!
     
  13. 2012/05/02
    TonyT

    TonyT SuperGeek Staff

    Joined:
    2002/01/18
    Messages:
    9,072
    Likes Received:
    400
    The srp protocol is supported by browsers. However, it must rely upon server code to execute the functionalites such as what is supposed to be done on your local net. It also requires keys that are exchanged.

    By itself, an srp link won't do anything at all. It's dependant upon many other things such as DNS, route mapping, server code or program code, server programs or local installed programs, local security policies, keys, etc.

    Browser support SRP when it's used with other protocols such as SSL, TLS, FTP, etc.

    more info here:
    http://srp.stanford.edu/links.html

    Rumor only. Please verify that.

    I am pretty certain that SRP used as a link srp:xyz123 will never function as a link because it is not that type of a protocol. There are many protocols that can be implemented with sockets, transport layers, and all that stuff. But afaik, SRP must be used in an actual application or implemented within other protocols or code. There are even examples of implementing SRP in javascript in a browser, but what gets implemented is the srp protocol itself, i.e. the secure handshake and exchange of a private key in order to obtain a secure connection between client and server, client & client or server & server. But that SRP implementation is done via a Web page (http or https) or stand alone javascript program. Such examples are example only and not real world usage.

    Please do this:
    Code:
    View that particular Web page with the  "SRP links ".  View the source code of the page and post it here in a code box like this one.
     
    SpywareDr likes this.

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.