Error : Remove SSL protocol prefix from P4PORT

If the SSL certificate on the perforce serve is changed then you may get error "Unable to connect to server. Remove SSL protocol prefix from P4PORT" while launching the perforce client.
In order to resolve this error you will have to remove the certificate stored on the client and also remove the perforce ticket stored under user settings directory. 



No comments:

Post a Comment

Golang: Http POST Request with JSON Body example

Go standard library comes with "net/http" package which has excellent support for HTTP Client and Server.   In order to post JSON ...