HAProxy and SSL Certification

General Tech QA/Testing 3 years ago

9.7K 2 0 0 0

User submissions are the sole responsibility of contributors, with TuteeHUB disclaiming liability for accuracy, copyrights, or consequences of use; content is for informational purposes only and not professional advice.

Answers (2)

Post Answer
profilepic.png
manpreet Tuteehub forum best answer Best Answer 3 years ago

 

So I want to do SSL certification on HAProxy to make the connection secure. I started of downloading HAProxy through appstore but later found out that the installation package doesnt support SSL. So I downloaded HAProxy 1.5.14 and compiled it with USE_OPENSSL=1. when I do haproxy -vv I am able to see that SSL is enabled in it.

The issue that I am facing is that when I compile and then install the file by using the command (sudo make install), I am unable to find the haproxy.cfg. I dont know where it is so I am unable to configure and set the setting to the requirement.

The installation package that I got is from the HAProxy official site and I would like someone's help. Please advice me how to solve this issue.

Thank you, Safiul Hasan

0 views
0 shares

profilepic.png
manpreet 3 years ago

There are no default haproxy.cfg file, you have to create it from scratch. Look for some samples on the internet to get one fitting your needs. You can put your configuration file anywhere and ask to haproxy to use it by using the "-f" parameter.


0 views   0 shares

No matter what stage you're at in your education or career, TuteeHUB will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.

Similar Forum