• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Convert from Http to Https

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I wish to convert my request from Http to Https.
I dont have Certificate Issued by a Certificate Authority or Self-Signed Certificate.
Is there any other choice to go with.

Kindly Ignore if i scripted anything wrongly by mistake.

 
Ranch Hand
Posts: 558
2
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Viswanathan Ramamoorthy wrote:I wish to convert my request from Http to Https.
I dont have Certificate Issued by a Certificate Authority or Self-Signed Certificate.
Is there any other choice to go with.

Kindly Ignore if i scripted anything wrongly by mistake.



Hi,

Are you trying to connect to a service/application through HTTPS, instead of HTTP? Can you not request the certificate and add it to your truststore? or is that not an option. As far as I know, the most common way of implementing SSL is through certificates. But I vaguely remember reading SRP as an alternative, though I may be completely wrong.
 
Viswanathan Ramamoorthy
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your reply.
You are right its most secure way.
But, by using this i am not sure it will change from Http to Https. that is requirement specified for me.

Regards
VisuR
 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am sorry i just overlook your question
 
Viswanathan Ramamoorthy
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Santhosh , Kindly go through my query, I am requesting is there any option without thrid party certificate or self certification/Duplicate Certificate.

Regards

VisuR
 
reply
    Bookmark Topic Watch Topic
  • New Topic